VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Processing Namespace / ProcessingHelper Class / CreateCollectorResultsAnalyzer Methods / CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(AnalyzerResultCollector<TCollectorTarget,TValue>,IProcessingCommand<IEnumerable<TValue>>[]) Method
Syntax Requirements SeeAlso
In This Topic
    CreateCollectorResultsAnalyzer<TTarget,TCollectorTarget,TValue>(AnalyzerResultCollector<TCollectorTarget,TValue>,IProcessingCommand<IEnumerable<TValue>>[]) Method (ProcessingHelper)
    In This Topic
    Creates the executor that performs processing results that collected by specified results collector.
    Syntax
    'Declaration
    
    Public Overloads Shared Function CreateCollectorResultsAnalyzer<TTarget
    The type of the target.
    ,TCollectorTarget
    The type of the collector target.
    ,TValue
    The type of the value.
    >( _
    ByVal collector
    The results collector.
    As Vintasoft.Imaging.Processing.Analyzers.AnalyzerResultCollector(Of TTarget,TValue), _
    ByVal ParamArray processingCommands
    The processing commands to process results.
    As IProcessingCommand(Of TTarget) _
    ) As IProcessingCommand(Of TTarget) (Of TTarget
    The type of the target.
    , TCollectorTarget
    The type of the collector target.
    , TValue
    The type of the value.
    )

    Parameters

    collector
    The results collector.
    processingCommands
    The processing commands to process results.

    Type Parameters

    TTarget
    The type of the target.
    TCollectorTarget
    The type of the collector target.
    TValue
    The type of the value.

    Return Value

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also